home *** CD-ROM | disk | FTP | other *** search
/ Macademic for Students & Teachers / Macademic for Students and Teachers (Quantum Leap)(1992).iso / Mathematics / GraphStack-Quadratic Eq. / background_9740.txt < prev    next >
Text File  |  1988-09-05  |  2KB  |  119 lines

  1. -- background: 9740 from stack: in.
  2. -- bmap block id: 10046
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: 8
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: A004
  11. -- rect: left=10 top=312 right=334 bottom=93
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Print Card
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   hide me
  23.   hide bg btn "Prev"
  24.   hide bg btn "Next"
  25.   doMenu "Print Card"
  26.   show me
  27.   show bg btn "Prev"
  28.   show bg btn "Next"
  29. end mouseUp
  30.  
  31.  
  32.  
  33. -- part 3 (button)
  34. -- low flags: 00
  35. -- high flags: 2000
  36. -- rect: left=477 top=309 right=336 bottom=505
  37. -- title width / last selected line: 0
  38. -- icon id / first selected line: 1013 / 1013
  39. -- text alignment: 1
  40. -- font id: 0
  41. -- text size: 12
  42. -- style flags: 0
  43. -- line height: 16
  44. -- part name: Next
  45. ----- HyperTalk script -----
  46. on mouseUp
  47.   visual effect iris open
  48.   go next
  49. end mouseUp
  50.  
  51.  
  52.  
  53. -- part 4 (field)
  54. -- low flags: 81
  55. -- high flags: 2004
  56. -- rect: left=4 top=65 right=146 bottom=134
  57. -- title width / last selected line: 0
  58. -- icon id / first selected line: 0 / 0
  59. -- text alignment: 0
  60. -- font id: 20
  61. -- text size: 14
  62. -- style flags: 256
  63. -- line height: 18
  64. -- part name: Variables
  65.  
  66.  
  67. -- part 5 (field)
  68. -- low flags: 81
  69. -- high flags: 2004
  70. -- rect: left=4 top=5 right=68 bottom=134
  71. -- title width / last selected line: 0
  72. -- icon id / first selected line: 0 / 0
  73. -- text alignment: 0
  74. -- font id: 20
  75. -- text size: 14
  76. -- style flags: 16640
  77. -- line height: 18
  78. -- part name: Vertex
  79.  
  80.  
  81. -- part 6 (button)
  82. -- low flags: 00
  83. -- high flags: 2000
  84. -- rect: left=480 top=1 right=28 bottom=508
  85. -- title width / last selected line: 0
  86. -- icon id / first selected line: 1012 / 1012
  87. -- text alignment: 1
  88. -- font id: 0
  89. -- text size: 12
  90. -- style flags: 0
  91. -- line height: 16
  92. -- part name: New Button
  93. ----- HyperTalk script -----
  94. on mouseUp
  95.   visual effect iris open
  96.   go first
  97. end mouseUp
  98.  
  99.  
  100.  
  101. -- part 7 (button)
  102. -- low flags: 00
  103. -- high flags: 2000
  104. -- rect: left=450 top=309 right=336 bottom=478
  105. -- title width / last selected line: 0
  106. -- icon id / first selected line: 1014 / 1014
  107. -- text alignment: 1
  108. -- font id: 0
  109. -- text size: 12
  110. -- style flags: 0
  111. -- line height: 16
  112. -- part name: New Button
  113. ----- HyperTalk script -----
  114. on mouseUp
  115.   visual effect iris close
  116.   go prev
  117. end mouseUp
  118.  
  119.